home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / programmer / 7660 < prev    next >
Encoding:
Text File  |  1996-08-05  |  790 b   |  32 lines

  1. Path: sn.no!not-for-mail
  2. From: ilan@sn.no (Ilan Sharoni)
  3. Newsgroups: comp.sys.amiga.programmer
  4. Subject: Re: BitMap problem
  5. Date: 20 Apr 1996 01:36:26 +0200
  6. Organization: SN Internett
  7. Message-ID: <4l981q$mi9@sinsen.sn.no>
  8. References: <4l26vg$cbu@serpens.rhein.de>
  9. NNTP-Posting-Host: sinsen.sn.no
  10. X-Newsreader: THOR 2.0 (SOUP)
  11.  
  12. On 17-Apr-96 09:35:12, Michael van Elst (mlelstv@serpens.rhein.de) Wrote:
  13.  
  14. >>RectFill(0,0,bitmap_width,bitmap_height) - is this too big?
  15.  
  16. >It is WRONG. RectFill does not take size arguments, it takes the coords
  17. >of the top left and bottom right pixel of the rectangle. You must use:
  18.  
  19. >RectFill(rp, 0,0, bitmap_width-1,bitmap_height-1);
  20.  
  21. So this is it.
  22. So simple and so sad.
  23. Now I have to look for all the instants I used RectFill() or
  24. struct Rectangle.
  25.  
  26.  
  27.  
  28. ilan
  29.  
  30.  
  31.  
  32.